home *** CD-ROM | disk | FTP | other *** search
- Path: cello.cs.uq.edu.au!s324570
- From: s324570@cs.uq.edu.au (andrew janke)
- Newsgroups: comp.lang.c++
- Subject: Dynamicly changing array size??
- Date: 20 Apr 1996 03:43:57 GMT
- Organization: Computer Science Dept, University of Queensland
- Message-ID: <4l9mht$9h5@cello.cs.uq.edu.au>
- NNTP-Posting-Host: cello.cs.uq.edu.au
- X-Newsreader: NN version 6.5.0 #10 (NOV)
-
- A question to you gurus out there...
-
- We are trying to implement an array of pointers that changes in size during run time.
-
- ie its array size is not only changed at runtime but is also changed frequently during runtime.
-
- We are using c++ and am interested as whether this sort of thing can be done.
-
- Its either that or we will have to sue some sort of a blocked array structure.
-
- Thanks
-
- Andrew
-